Html Css Color HEX #230D84 Persian Indigo

📋 copy color: '#230D84'

red 35 ◦ green 13 ◦ blue 132

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

Shades of Persian Indigo #230D84

Tints of Persian Indigo #230D84

RGB

 RED value IS 35 (14.06% from 255) = 19.44%

 GREEN value IS 13 (5.47% from 255) = 7.22%

 BLUE value IS 132 (51.95% from 255) = 73.33%

R = 19.44%
G = 7.22%
B = 73.33%

CMYK

 C value IS 0.73

 M value IS 0.90

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#230D84 (or 0x230D84) is known color: Persian Indigo. HEX triplet: 23, 0D and 84. RGB value is (35,13,132). Sum of RGB (Red+Green+Blue) = 35+13+132=180 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.44% from 180); Green value is 13 (5.47% from 255 or 7.22% from 180); Blue value is 132 (51.95% from 255 or 73.33% from 180); Max value from RGB is 132 - color contains mainly: blue. Hex color #230D84 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #230D84 is #DCF27B. Grayscale: #202020. Windows color (decimal): -14479996 or 8654115. OLE color: 8654115.

HSL color Cylindrical-coordinate representation of color #230D84: hue angle of 251.09º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #230D84 is Cyan = 0.73, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 35 13 132 -
CMYK 0.73 0.90 0 0.48
HSL 251.09º 0.82% 0.28% -
HSV(B) 251.09º 0.9% 0.52% -
XYZ 5 2.31 22.01 -
YUV 33.14 183.79 129.32 -
System Red Green Blue C M Y K H S L
Decimal 35 13 132 0.73 0.90 0 0.48 251.09 0.82 0.28
Hex 23 D 84 49 5A 0 30 FB 52 1C
Octal 43 15 204 111 132 0 60 373 122 34
Binary 100011 1101 10000100 1001001 1011010 0 110000 11111011 1010010 11100

Color Harmonies of #230D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230D84

Black with #230D84

Text Example


Text Example

White with #230D84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230D84; }

 p { color: rgb(35,13,132); }

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

background-color css

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

 a { background-color: rgb(35,13,132); }

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

border-color css

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

 span { border-color: rgb(35,13,132); }

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