Html Css Color HEX #26057F Persian Indigo

📋 copy color: '#26057F'

red 38 ◦ green 5 ◦ blue 127

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

Shades of Persian Indigo #26057F

Tints of Persian Indigo #26057F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.94%

 BLUE value IS 127 (50% from 255) = 74.71%

R = 22.35%
G = 2.94%
B = 74.71%

CMYK

 C value IS 0.70

 M value IS 0.96

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#26057F (or 0x26057F) is known color: Persian Indigo. HEX triplet: 26, 05 and 7F. RGB value is (38,5,127). Sum of RGB (Red+Green+Blue) = 38+5+127=170 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.35% from 170); Green value is 5 (2.34% from 255 or 2.94% from 170); Blue value is 127 (50% from 255 or 74.71% from 170); Max value from RGB is 127 - color contains mainly: blue. Hex color #26057F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26057F is #D9FA80. Grayscale: #1C1C1C. Windows color (decimal): -14285441 or 8324390. OLE color: 8324390.

HSL color Cylindrical-coordinate representation of color #26057F: hue angle of 256.23º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #26057F is Cyan = 0.70, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 38 5 127 -
CMYK 0.70 0.96 0 0.50
HSL 256.23º 0.92% 0.26% -
HSV(B) 256.23º 0.96% 0.5% -
XYZ 4.68 2.05 20.23 -
YUV 28.78 183.43 134.58 -
System Red Green Blue C M Y K H S L
Decimal 38 5 127 0.70 0.96 0 0.50 256.23 0.92 0.26
Hex 26 5 7F 46 60 0 32 100 5C 1A
Octal 46 5 177 106 140 0 62 400 134 32
Binary 100110 101 1111111 1000110 1100000 0 110010 100000000 1011100 11010

Color Harmonies of #26057F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26057F

Black with #26057F

Text Example


Text Example

White with #26057F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26057F; }

 p { color: rgb(38,5,127); }

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

background-color css

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

 a { background-color: rgb(38,5,127); }

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

border-color css

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

 span { border-color: rgb(38,5,127); }

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