Html Css Color HEX #261375 Persian Indigo

📋 copy color: '#261375'

red 38 ◦ green 19 ◦ blue 117

#261375
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #261375

Tints of Persian Indigo #261375

RGB

 RED value IS 38 (15.23% from 255) = 21.84%

 GREEN value IS 19 (7.81% from 255) = 10.92%

 BLUE value IS 117 (46.09% from 255) = 67.24%

R = 21.84%
G = 10.92%
B = 67.24%

CMYK

 C value IS 0.68

 M value IS 0.84

 Y value IS 0

 K value IS 0.54

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#261375 (or 0x261375) is known color: Persian Indigo. HEX triplet: 26, 13 and 75. RGB value is (38,19,117). Sum of RGB (Red+Green+Blue) = 38+19+117=174 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.84% from 174); Green value is 19 (7.81% from 255 or 10.92% from 174); Blue value is 117 (46.09% from 255 or 67.24% from 174); Max value from RGB is 117 - color contains mainly: blue. Hex color #261375 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #261375 is #D9EC8A. Grayscale: #232323. Windows color (decimal): -14281867 or 7672614. OLE color: 7672614.

HSL color Cylindrical-coordinate representation of color #261375: hue angle of 251.63º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #261375 is Cyan = 0.68, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 38 19 117 -
CMYK 0.68 0.84 0 0.54
HSL 251.63º 0.72% 0.27% -
HSV(B) 251.63º 0.84% 0.46% -
XYZ 4.24 2.16 17.02 -
YUV 35.85 173.79 129.53 -
System Red Green Blue C M Y K H S L
Decimal 38 19 117 0.68 0.84 0 0.54 251.63 0.72 0.27
Hex 26 13 75 44 54 0 36 FC 48 1B
Octal 46 23 165 104 124 0 66 374 110 33
Binary 100110 10011 1110101 1000100 1010100 0 110110 11111100 1001000 11011

Color Harmonies of #261375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261375

Black with #261375

Text Example


Text Example

White with #261375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261375; }

 p { color: rgb(38,19,117); }

 H1.HeaderClassName
 {
   color: #261375;
 }
 .AnyTagClassName
 {
   color: #261375;
 }
</style>

background-color css

<style>
 a { background-color: #261375; }

 a { background-color: rgb(38,19,117); }

 div.DivClassName
 {
   background-color: #261375;
 }
 .BgClassName
 {
   background-color: #261375;
 }
</style>

border-color css

<style>
 span { border-color: #261375; }

 span { border-color: rgb(38,19,117); }

 td.TdClassName
 {
   border-color: #261375;
 }
 .TagClassName
 {
   border-color: #261375;
 }
</style>