Html Css Color HEX #26017C Persian Indigo

📋 copy color: '#26017C'

red 38 ◦ green 1 ◦ blue 124

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

Shades of Persian Indigo #26017C

Tints of Persian Indigo #26017C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.61%

 BLUE value IS 124 (48.83% from 255) = 76.07%

R = 23.31%
G = 0.61%
B = 76.07%

CMYK

 C value IS 0.69

 M value IS 0.99

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#26017C (or 0x26017C) is known color: Persian Indigo. HEX triplet: 26, 01 and 7C. RGB value is (38,1,124). Sum of RGB (Red+Green+Blue) = 38+1+124=163 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.31% from 163); Green value is 1 (0.78% from 255 or 0.61% from 163); Blue value is 124 (48.83% from 255 or 76.07% from 163); Max value from RGB is 124 - color contains mainly: blue. Hex color #26017C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26017C is #D9FE83. Grayscale: #191919. Windows color (decimal): -14286468 or 8126758. OLE color: 8126758.

HSL color Cylindrical-coordinate representation of color #26017C: hue angle of 258.05º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #26017C is Cyan = 0.69, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 38 1 124 -
CMYK 0.69 0.99 0 0.51
HSL 258.05º 0.98% 0.25% -
HSV(B) 258.05º 0.99% 0.49% -
XYZ 4.45 1.89 19.2 -
YUV 26.09 183.26 136.5 -
System Red Green Blue C M Y K H S L
Decimal 38 1 124 0.69 0.99 0 0.51 258.05 0.98 0.25
Hex 26 1 7C 45 63 0 33 102 62 19
Octal 46 1 174 105 143 0 63 402 142 31
Binary 100110 1 1111100 1000101 1100011 0 110011 100000010 1100010 11001

Color Harmonies of #26017C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26017C

Black with #26017C

Text Example


Text Example

White with #26017C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26017C; }

 p { color: rgb(38,1,124); }

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

background-color css

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

 a { background-color: rgb(38,1,124); }

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

border-color css

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

 span { border-color: rgb(38,1,124); }

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