#250068

Color #250068 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #250068

Tints of Persian Indigo #250068

Color information

#250068 (or 0x250068) is unknown color: approx Persian Indigo. HEX triplet: 25, 00 and 68. RGB value is (37,0,104). Sum of RGB (Red+Green+Blue) = 37+0+104=141 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.24% from 141); Green value is 0 (0.39% from 255 or 0% from 141); Blue value is 104 (41.02% from 255 or 73.76% from 141); Max value from RGB is 104 - color contains mainly: blue. Hex color #250068 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250068 is #DAFF97. Grayscale: #161616. Windows color (decimal): -14352280 or 6815781. OLE color: 6815781.

HSL color Cylindrical-coordinate representation of color #250068: hue angle of 261.35º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #250068 is Cyan = 0.64, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB370104-
CMYK0.64100.59
HSL261.35º100%20.39%-
HSV(B)261.35º100%40.78%-
XYZ3.261.3913.19-
YUV22.92173.76138.04-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 26.24%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 104 (41.02% from 255) = 73.76%
R=26.24%
G=0%
B=73.76%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3701040.64100.59261.3510020.39
Hex25068406403B1056414
Octal45015010014407340514424
Binary10010101101000100000011001000111011100000101110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250068; }

 p { color: rgb(37,0,104); }

 H1.HeaderClassName
 {
   color: #250068;
 }
 .AnyTagClassName
 {
   color: #250068;
 }
</style>
background-color css

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

 a { background-color: rgb(37,0,104); }

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

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

 span { border-color: rgb(37,0,104); }

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