Html Css Color HEX #250067 Persian Indigo

📋 copy color: '#250067'

red 37 ◦ green 0 ◦ blue 103

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

Shades of Persian Indigo #250067

Tints of Persian Indigo #250067

RGB

 RED value IS 37 (14.84% from 255) = 26.43%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 103 (40.63% from 255) = 73.57%

R = 26.43%
G = 0%
B = 73.57%

CMYK

 C value IS 0.64

 M value IS 1

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#250067 (or 0x250067) is known color: Persian Indigo. HEX triplet: 25, 00 and 67. RGB value is (37,0,103). Sum of RGB (Red+Green+Blue) = 37+0+103=140 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.43% from 140); Green value is 0 (0.39% from 255 or 0% from 140); Blue value is 103 (40.62% from 255 or 73.57% from 140); Max value from RGB is 103 - color contains mainly: blue. Hex color #250067 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250067 is #DAFF98. Grayscale: #161616. Windows color (decimal): -14352281 or 6750245. OLE color: 6750245.

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

Color convert

RGB 37 0 103 -
CMYK 0.64 1 0 0.60
HSL 261.55º 1% 0.2% -
HSV(B) 261.55º 1% 0.4% -
XYZ 3.21 1.37 12.93 -
YUV 22.81 173.26 138.12 -
System Red Green Blue C M Y K H S L
Decimal 37 0 103 0.64 1 0 0.60 261.55 1 0.2
Hex 25 0 67 40 64 0 3C 106 64 14
Octal 45 0 147 100 144 0 74 406 144 24
Binary 100101 0 1100111 1000000 1100100 0 111100 100000110 1100100 10100

Color Harmonies of #250067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250067

Black with #250067

Text Example


Text Example

White with #250067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250067; }

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

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

background-color css

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

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

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

border-color css

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

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

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