Html Css Color HEX #230367 Persian Indigo

📋 copy color: '#230367'

red 35 ◦ green 3 ◦ blue 103

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

Shades of Persian Indigo #230367

Tints of Persian Indigo #230367

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.13%

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

R = 24.82%
G = 2.13%
B = 73.05%

CMYK

 C value IS 0.66

 M value IS 0.97

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#230367 (or 0x230367) is known color: Persian Indigo. HEX triplet: 23, 03 and 67. RGB value is (35,3,103). Sum of RGB (Red+Green+Blue) = 35+3+103=141 (18% of max value = 765). Red value is 35 (14.06% from 255 or 24.82% from 141); Green value is 3 (1.56% from 255 or 2.13% from 141); Blue value is 103 (40.62% from 255 or 73.05% from 141); Max value from RGB is 103 - color contains mainly: blue. Hex color #230367 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230367 is #DCFC98. Grayscale: #171717. Windows color (decimal): -14482585 or 6751011. OLE color: 6751011.

HSL color Cylindrical-coordinate representation of color #230367: hue angle of 259.2º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #230367 is Cyan = 0.66, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 35 3 103 -
CMYK 0.66 0.97 0 0.60
HSL 259.2º 0.94% 0.21% -
HSV(B) 259.2º 0.97% 0.4% -
XYZ 3.17 1.4 12.94 -
YUV 23.97 172.6 135.87 -
System Red Green Blue C M Y K H S L
Decimal 35 3 103 0.66 0.97 0 0.60 259.2 0.94 0.21
Hex 23 3 67 42 61 0 3C 103 5E 15
Octal 43 3 147 102 141 0 74 403 136 25
Binary 100011 11 1100111 1000010 1100001 0 111100 100000011 1011110 10101

Color Harmonies of #230367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230367

Black with #230367

Text Example


Text Example

White with #230367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230367; }

 p { color: rgb(35,3,103); }

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

background-color css

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

 a { background-color: rgb(35,3,103); }

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

border-color css

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

 span { border-color: rgb(35,3,103); }

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